/* form */
.form_wrap {
  width: 73%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form_margin {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 1.5vw;
}

.form_margin_input {
  width: 100%;
  height: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.form_margin_Agree_input {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  align-items: center;
  gap: 0.3vw;
  margin-bottom: 1.5vw;
  margin-top: 1.5vw;
}

.footeer_agree_checkbox_01 {
  width: 0.6vw;
  height: 0.6vw;
  outline: 1px solid #000;
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footeer_agree_checkbox_01:checked::before {
  content: '';
  display: inline-block;
  width: 80%;
  height: 80%;
  background-color: #000;
  position: absolute;
}

.footeer_checkbox_01,
.footeer_checkbox_02 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.form_submit_div {
  width: 100%;
  height: 4.8958vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-r);
  color: #fff;
  font-weight: 700;
  font-size: var(--size-24);
  border: 1px solid #000;
  box-sizing: border-box;
}

.form_margin_input>label {
  width: 22%;
  font-size: var(--size-22);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  position: relative;
    font-family: 'NanumSquareNeoVariable';
}

.form_input {
  background-color: #f0f0f0;
}

.form_margin_input>input,
.form_margin_input>select {
  width: 70%;
  height: 78%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 1vw;
  font-size: 0.9vw;
  font-family: "Noto Sans KR", sans-serif;
}

.form_margin_input>select {
  cursor: pointer;
  color: #000;
  background-color: #f0f0f0;
  padding: 0;
  padding: 0 2vw;
  appearance: none;
  background-image: url(/images/form_arr.png);
  background-size: 5%;
  background-position: 90%;
  background-repeat: no-repeat;
  font-family: "Noto Sans KR", sans-serif;
}

.form_index_input {
  height: auto;
  align-items: flex-start;
  margin-bottom: 0;
  margin-top: 0.3vw;
}

.form_index_input label {
  margin-top: 0.2vw;
}

.form_index_input textarea {
  width: 70%;
  height: 7vw;
  border: none;
  resize: none;
  outline: none;
  box-sizing: border-box;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  background-color: transparent;
  background-color: #f0f0f0;
    font-family: 'NanumSquareNeoVariable';
}

.form_margin_input>input::placeholder,
.form_margin_input>textarea::placeholder {
  color: #63636391;
  opacity: 0;
}

.form_check_wrap {
  width: 70%;
  height: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_check_wrap label {
  width: 49%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  font-weight: 400;
}

.form_check_wrap input:checked+label {
  background-color: var(--b-color);
  color: white;
  font-weight: 700;
}

.agree_text {
  font-weight: 500;
  color: #000;
}


.map_mid_01 {
  width: 70%;
  height: 78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_input_06 {
  transition: all 0.3s;
}

.form-control {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border: none;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
  padding: 0 2vw;
  box-sizing: border-box;
  font-size: 0.9vw;
  appearance: none;
  background-image: url(/images/form_arr.png);
  background-size: 5%;
  background-position: 90%;
  background-repeat: no-repeat;
  font-family: "Noto Sans KR", sans-serif;
}

/* form */



@media screen and (max-width:599px) {

  /* form */
  div.form_wrap {
    position: relative !important;
    right: auto;
    top: auto;
    width: 100%;
    font-size: 3.5vw;
    padding: 7vw 0;
  }

  .form {
    width: 90.25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form_margin_input>input,
  .form_margin_input>select {
    width: 66%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 2.5vw;
    font-size: 3.5vw;
  }

  .map_mid_01 {
    width: 66%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form_check_wrap {
    width: 66%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form_margin_input>label {
    width: 28%;
    /* font-size: 1.3vw; */
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
  }

  .form-control {
    font-size: 3.2vw;
  }

  .form-control,
  .form_check_wrap label {
    width: 100%;
    height: 100%;
  }

  .form_index_input textarea {
    width: 66%;
    height: 36vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 2.5vw;
    font-size: 3.5vw;
  }

  .form_index_input label {
    margin-top: 3.3vw;
  }

  .footeer_agree_checkbox_01 {
    width: 3.7vw;
    height: 3.7vw;
  }

  .form_margin_Agree_input {
    width: 75%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-self: center;
    align-items: center;
    gap: 2.5vw;
    margin-bottom: 4.5vw;
    margin-top: 4vw;
  }

  div.form_section_sd {
    width: 274%;
    bottom: -37vw;
  }

  .form_margin_input {
    margin-bottom: 3.5vw;
  }

  .form_margin_input {
    width: 100%;
    height: 11vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0vw 3vw;
    margin-bottom: 3.5vw;
  }

  .form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0vw;
    border-radius: 0vw;
  }

  .form_index_input {
    height: auto;
    margin-bottom: 0;
  }

  .form_index_input label {
    align-self: flex-start;
  }

  .form_margin_input>select {
    padding: 0 4vw;
  }

  .form_submit_div {
    width: 100%;
    height: 10.3849vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  /* form */
}